Skip to content

Conversation

@kurtmckee
Copy link
Contributor

@kurtmckee kurtmckee commented Jun 23, 2025

This PR introduces the following changes:

  • It updates the tox config so that it can run.

    The setup.py file is gone, as are the requirements.txt files. Poetry is invoked to install the dependencies now.

  • It updates the list of Python versions to run the test suite against.

  • It removes the now-unused default and simplejson factors

Taken together, these changes allow developers to run the test suite locally before submitting PRs to the project.

@codecov
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.91%. Comparing base (dfe942b) to head (e68384b).
⚠️ Report is 22 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #408   +/-   ##
=======================================
  Coverage   91.91%   91.91%           
=======================================
  Files          24       24           
  Lines         742      742           
  Branches       83       83           
=======================================
  Hits          682      682           
  Misses         39       39           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@kurtmckee
Copy link
Contributor Author

Rebased on master

@kurtmckee
Copy link
Contributor Author

@p1c2u I hope you're doing well! I wanted to ping you and ask if you could review some of these open PRs?

The following changes are introduced:

* Update the list of Python versions to test (3.9+)
* Remove the now-unused `default` and `simplejson` factors
* Switch to Poetry for dependency installation
* Switch to running pytest to execute the test suite
@kurtmckee
Copy link
Contributor Author

Rebased on master to resolve merge conflicts and force-pushed.

@p1c2u This is ready for review. 👍

Copy link
Collaborator

@p1c2u p1c2u left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@p1c2u p1c2u merged commit 4705d90 into python-openapi:master Jan 6, 2026
13 checks passed
@kurtmckee kurtmckee deleted the update-tox branch January 6, 2026 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants